object MPEGConfig_24fpsAutoForm: TMPEGConfig_24fpsAutoForm Left = 221 Top = 307 ActiveControl = StartButton BorderStyle = bsDialog Caption = 'Automatically inverse telecine' ClientHeight = 191 ClientWidth = 357 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Scaled = False ShowHint = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object ProgressLabel: TLabel Left = 208 Top = 8 Width = 135 Height = 12 Alignment = taRightJustify AutoSize = False end object ProgressTimeLabel: TLabel Left = 16 Top = 8 Width = 135 Height = 12 AutoSize = False end object Panel3: TPanel Left = 16 Top = 22 Width = 327 Height = 22 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object ProgressGauge: TGauge Left = 0 Top = 0 Width = 323 Height = 18 Align = alClient BorderStyle = bsNone Color = clBtnFace ForeColor = clNavy ParentColor = False Progress = 0 end end object GroupBox1: TGroupBox Left = 8 Top = 56 Width = 340 Height = 97 Caption = 'Setting' TabOrder = 1 object Label1: TLabel Left = 11 Top = 20 Width = 50 Height = 12 Caption = 'Method:' end object Label2: TLabel Left = 11 Top = 46 Width = 100 Height = 12 Caption = 'Deinterlace:' end object DeinterlaceLimitLabel: TLabel Left = 12 Top = 72 Width = 154 Height = 12 Caption = 'Deinterlace set threshold:' end object TelecineTypeComboBox: TComboBox Left = 117 Top = 15 Width = 213 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 end object DeinterlaceTypeComboBox: TComboBox Left = 117 Top = 42 Width = 213 Height = 20 Style = csDropDownList DropDownCount = 16 ItemHeight = 12 TabOrder = 1 OnChange = DeinterlaceTypeComboBoxChange end object DeinterlaceLimitEdit: TSpinExEdit Left = 173 Top = 67 Width = 69 Height = 21 AlignValue = True CanFloatValue = False Increment = 100 MaxValue = 10000 TabOrder = 2 Value = 0 OnKeyDown = EditKeyDown end end object CancelButton: TButton Left = 273 Top = 159 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = CancelButtonClick end object StartButton: TButton Left = 193 Top = 159 Width = 75 Height = 25 Caption = 'Start' Default = True TabOrder = 2 OnClick = StartButtonClick end object EncodeStartButton: TButton Left = 8 Top = 159 Width = 113 Height = 25 Caption = 'Enable when encoding' TabOrder = 4 OnClick = StartButtonClick end end